home *** CD-ROM | disk | FTP | other *** search
/ Chip: Special Tips & Tricks for Windows 95 / Chip Wintips.iso / sharewar / multimed / wavemake / wmwin.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1996-04-23  |  3KB  |  174 lines

  1. object AboutBox: TAboutBox
  2.   Left = 67
  3.   Top = 107
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'About WAVmaker for Windows'
  7.   ClientHeight = 136
  8.   ClientWidth = 529
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 16
  16.   object Label1: TLabel
  17.     Left = 352
  18.     Top = 16
  19.     Width = 73
  20.     Height = 16
  21.     Caption = 'Free mem.:'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 352
  25.     Top = 40
  26.     Width = 62
  27.     Height = 16
  28.     Caption = 'Free res.:'
  29.   end
  30.   object Label3: TLabel
  31.     Left = 352
  32.     Top = 64
  33.     Width = 64
  34.     Height = 16
  35.     Caption = 'Free disk:'
  36.   end
  37.   object freeMem: TLabel
  38.     Left = 432
  39.     Top = 16
  40.     Width = 57
  41.     Height = 16
  42.     Caption = 'freeMem'
  43.   end
  44.   object freeRes: TLabel
  45.     Left = 432
  46.     Top = 40
  47.     Width = 51
  48.     Height = 16
  49.     Caption = 'freeRes'
  50.   end
  51.   object freeDisk: TLabel
  52.     Left = 432
  53.     Top = 64
  54.     Width = 54
  55.     Height = 16
  56.     Caption = 'freeDisk'
  57.   end
  58.   object Bevel1: TBevel
  59.     Left = 344
  60.     Top = 8
  61.     Width = 177
  62.     Height = 81
  63.   end
  64.   object Bevel2: TBevel
  65.     Left = 8
  66.     Top = 8
  67.     Width = 329
  68.     Height = 121
  69.   end
  70.   object mainImage: TImage
  71.     Left = 16
  72.     Top = 16
  73.     Width = 313
  74.     Height = 105
  75.     Picture.Data = {<image000.bmp>}
  76.     Stretch = True
  77.   end
  78.   object image1: TImage
  79.     Left = 344
  80.     Top = 96
  81.     Width = 32
  82.     Height = 32
  83.     AutoSize = True
  84.     Picture.Data = {<image001.ico>}
  85.   end
  86.   object image2: TImage
  87.     Left = 344
  88.     Top = 96
  89.     Width = 32
  90.     Height = 32
  91.     AutoSize = True
  92.     Picture.Data = {<image002.ico>}
  93.   end
  94.   object image3: TImage
  95.     Left = 344
  96.     Top = 96
  97.     Width = 32
  98.     Height = 32
  99.     AutoSize = True
  100.     Picture.Data = {<image003.ico>}
  101.   end
  102.   object image4: TImage
  103.     Left = 344
  104.     Top = 96
  105.     Width = 32
  106.     Height = 32
  107.     AutoSize = True
  108.     Picture.Data = {<image004.ico>}
  109.   end
  110.   object image5: TImage
  111.     Left = 344
  112.     Top = 96
  113.     Width = 32
  114.     Height = 32
  115.     AutoSize = True
  116.     Picture.Data = {<image005.ico>}
  117.   end
  118.   object image6: TImage
  119.     Left = 344
  120.     Top = 96
  121.     Width = 32
  122.     Height = 32
  123.     AutoSize = True
  124.     Picture.Data = {<image006.ico>}
  125.   end
  126.   object Image7: TImage
  127.     Left = 344
  128.     Top = 96
  129.     Width = 32
  130.     Height = 32
  131.     AutoSize = True
  132.     Picture.Data = {<image007.ico>}
  133.   end
  134.   object Image8: TImage
  135.     Left = 344
  136.     Top = 96
  137.     Width = 32
  138.     Height = 32
  139.     AutoSize = True
  140.     Picture.Data = {<image008.ico>}
  141.   end
  142.   object Image9: TImage
  143.     Left = 344
  144.     Top = 96
  145.     Width = 32
  146.     Height = 32
  147.     AutoSize = True
  148.     Picture.Data = {<image009.ico>}
  149.   end
  150.   object MediaPlayer1: TMediaPlayer
  151.     Left = 504
  152.     Top = 104
  153.     Width = 253
  154.     Height = 30
  155.     Visible = False
  156.     TabOrder = 0
  157.   end
  158.   object Button1: TBitBtn
  159.     Left = 384
  160.     Top = 96
  161.     Width = 137
  162.     Height = 33
  163.     TabOrder = 1
  164.     OnClick = Button1Click
  165.     Kind = bkOK
  166.   end
  167.   object Timer1: TTimer
  168.     Interval = 600
  169.     OnTimer = Timer1Timer
  170.     Left = 504
  171.     Top = 72
  172.   end
  173. end
  174.